Add genomic coordinates to export_end_sequences and write_fasta headers (2.1.6) - #55
Merged
Merged
Conversation
- export_end_sequences: include strand in the fasta header (chrom:start-end:strand) - write_fasta: new add_coord option to include the genomic location in the header -- the transcript's genomic span for transcript sequences, or the CDS/ORF used for translation for protein sequences - bump biopython/packaging in requirements.txt lock file - bump version to 2.1.6
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
export_end_sequences: include strand in the fasta header (chrom:start-end:strand)write_fasta: newadd_coordoption to include the genomic location in the header -- the transcript's genomic span for transcript sequences, or the coding sequence (annotated CDS, or predicted ORF if not annotated) used for translation for protein sequencesbiopython/packagingin therequirements.txtlock file (drifted since last regenerated)Bumps version to 2.1.6.
Test plan
pytestsuite passes (28 passed, 1 pre-existing unrelated failure deselected)tests/export_test.pycoversadd_coordfor both transcript and protein sequences, and confirms the header is unchanged whenadd_coordis left at its defaultFalseflake8/blackcleanpython -m build+twine check dist/*pass at 2.1.6